@media (max-width: 1500px) {
    .banner-heading h1 {
        font-size: 56px;
        line-height: normal;
    }
    /* .banner-images{max-width:76%;width:100%;} */
}
@media (max-width: 1200px) {
    .banner {
        padding: 20px 50px;
    }
    .banner-heading h1 {
        font-size: 40px;
        line-height: normal;
    }
    footer {
        padding: 0 50px 50px;
    }
}
@media (max-width: 991px) {
    .modal-content {
        width: 90%;
        margin: auto;
    }
    .navbar-collapse {
        display: block !important;
        height: 100% !important;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        background: #3e9c35;
        z-index: 1;
        transition: 0.3s ease-in all;
        padding: 0 48px;
    }
    .navbar-collapse.show {
        top: 0;
    }
    .navbar-brand img {
        width: 70%;
    }
    .navbar-collapse.collapsing {
        height: 100% !important;
        transition: none;
        overflow: visible;
    }
    .mobile-menu {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
    }
    .desktop-menu {
        display: none;
    }
    .mobile-header {
        display: flex;
        align-items: center;
        padding: 32px 0;
    }
    .mobile-nav ul {
        text-align: center;
    }
    .mobile-nav li a {
        color: #fff;
        margin: 10px;
    }
    .mobile-nav li a.btn-primary {
        background: #fff;
        color: #3e9c35;
    }
    .mobile-footer {
        text-align: center;
        padding: 32px 0;
    }
    .mobile-footer .social-media {
        justify-content: center;
    }
    .mobile-footer .social-media li a {
        background: #fff;
        border: none;
        width: 52px;
        height: 52px;
    }
    .mobile-footer .copyright-section p {
        color: #fff;
    }

    .banner-wraper {
        flex-wrap: wrap;
    }
    .banner-details {
        max-width: 100%;
        width: 100%;
        order: 2;
        text-align: center;
    }
    .banner-slider-wrapper {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .banner-images {
        max-width: 100%;
        margin-left: 0;
    }
    .logo-img {
        padding: 0px;
        padding-top: 0;
    }
    .mobile-img {
        width: 75%;
        margin-top: -105%;
        margin-left: 15%;
    }
    .banner-heading h1 {
        font-size: 32px;
        line-height: normal;
    }
    .banner-heading p {
        display: none;
    }
    .banner-details .bg-success {
        display: none;
    }
    .banner-btn {
        justify-content: center;
    }
    .banner-btn .btn-secondary {
        display: none;
    }
    .social-media {
        justify-content: center;
    }
    .social-media li a {
        width: 52px;
        height: 52px;
        margin: 6px;
    }
    .copyright-section {
        text-align: center;
    }
    .banner-slider .slider-item {
        display: none;
    }
    .banner-slider .slider-item:first-child {
        display: block;
    }
    .progress {
        display: none;
    }

    main {
        justify-content: space-between;
    }
    footer {
        margin-top: initial;
    }
}

@media (max-width: 767px) {
    .modal-content {
        padding: 40px 25px;
    }
    .benji-modal .btn-close {
        width: 30px;
        height: 30px;
    }
    .form-heading h2 {
        font-size: 32px;
        line-height: 48px;
        font-weight: 600;
        margin-bottom: 18px;
    }
    .form-heading {
        margin-bottom: 26px;
    }
    .button-modal,
    .modal-width {
        width: 100%;
    }

    header {
        padding: 0px 30px;
        padding-top: 15px;
    }
    .banner {
        padding: 20px;
    }
    footer {
        padding: 0 32px 32px;
    }
    .copyright-section p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .banner-btn .btn {
        width: 100%;
    }
}
